home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
libraries
/
fastsincos2.lha
/
fastsincos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-27
|
797b
|
33 lines
#ifndef FASTSINCOS_H
#define FASTSINCOS_H
/***********************************************************
*
* Filename: fastsincos.h
*
* Author: Ricardo Temporal
*
* E-mail: temporal@novell.nce.ufrj.br
*
* Date: 10 October 94
*
* Description: class fastsincos, see fastsincos.doc
*
* Updates: 94/10/20 v1.0 - The first !
*
* (c) Copyright 1994,1995 Ricardo Temporal.
* All Rights Reserved
*
* Commercial use is prohibit unless strict written permition
* by the author.
*
***********************************************************/
extern double fastsin (double);
extern double fastcos (double);
#pragma libcall FastsincosBase __UserLibInit 1E 0
#pragma libcall FastsincosBase fastsin 24 101
#pragma libcall FastsincosBase fastcos 2A 101
#endif /* FASTSINCOS_H */